"pastel theme for an expense tracking app" shadcn/ui theme

pastel tones
calm and serene
financial clarity
soft contrast
modern minimalism
light-dark duality
user-friendly interface
expense visualization
emotional balance
clean design aesthetics

Shadcn/ui Theme Css Variables

name: Pastel Ledgerkeyword: pastel theme for an expense tracking app views: 14

:root {
  --background: 240 10% 98%;
  --foreground: 240 10% 15%;
  --card: 240 10% 96%;
  --card-foreground: 240 10% 15%;
  --popover: 240 10% 96%;
  --popover-foreground: 240 10% 15%;
  --primary: 210 80% 70%;
  --primary-foreground: 210 80% 25%;
  --secondary: 150 60% 75%;
  --secondary-foreground: 150 60% 25%;
  --muted: 240 10% 85%;
  --muted-foreground: 240 10% 40%;
  --accent: 330 70% 75%;
  --accent-foreground: 330 70% 25%;
  --destructive: 0 70% 75%;
  --destructive-foreground: 0 70% 25%;
  --border: 240 10% 90%;
  --input: 240 10% 90%;
  --ring: 210 80% 70%;
  --radius: 0.75rem;
  --chart-1: 210 80% 70%;
  --chart-2: 150 60% 75%;
  --chart-3: 330 70% 75%;
  --chart-4: 0 70% 75%;
  --chart-5: 270 60% 75%;
} 

.dark {
  --background: 240 10% 15%;
  --foreground: 240 10% 98%;
  --card: 240 10% 20%;
  --card-foreground: 240 10% 98%;
  --popover: 240 10% 20%;
  --popover-foreground: 240 10% 98%;
  --primary: 210 80% 50%;
  --primary-foreground: 210 80% 98%;
  --secondary: 150 60% 50%;
  --secondary-foreground: 150 60% 98%;
  --muted: 240 10% 40%;
  --muted-foreground: 240 10% 80%;
  --accent: 330 70% 50%;
  --accent-foreground: 330 70% 98%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 0 70% 98%;
  --border: 240 10% 30%;
  --input: 240 10% 30%;
  --ring: 210 80% 50%;
  --radius: 0.75rem;
  --chart-1: 210 80% 50%;
  --chart-2: 150 60% 50%;
  --chart-3: 330 70% 50%;
  --chart-4: 0 70% 50%;
  --chart-5: 270 60% 50%;
}